+Mon Aug 2 00:21:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextview.c (blink_cb): Add the same warning
+ that the blink_cb() in GtkEntry already has. (#148733)
+
Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_class_init):
+Mon Aug 2 00:21:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextview.c (blink_cb): Add the same warning
+ that the blink_cb() in GtkEntry already has. (#148733)
+
Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_class_init):
+Mon Aug 2 00:21:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextview.c (blink_cb): Add the same warning
+ that the blink_cb() in GtkEntry already has. (#148733)
+
Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_class_init):
+Mon Aug 2 00:21:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextview.c (blink_cb): Add the same warning
+ that the blink_cb() in GtkEntry already has. (#148733)
+
Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_class_init):
text_view = GTK_TEXT_VIEW (data);
+ if (!GTK_WIDGET_HAS_FOCUS (text_view))
+ {
+ g_warning ("GtkTextView - did not receive focus-out-event. If you\n"
+ "connect a handler to this signal, it must return\n"
+ "FALSE so the entry gets the event as well");
+ }
+
g_assert (text_view->layout);
g_assert (GTK_WIDGET_HAS_FOCUS (text_view));
g_assert (text_view->cursor_visible);